home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fritz: All Fritz
/
All Fritz.zip
/
All Fritz
/
FILES
/
PROGNG_C
/
MRUTC.LZH
/
ORDER.C
< prev
next >
Wrap
Text File
|
1988-01-19
|
138b
|
13 lines
/* ----- order.c ------ */
#include "twindow.h"
void ordent(void);
void main()
{
load_help("tcprogs.hlp");
ordent();
}